

.about_section{
    width: 90%;
    display: flex;
    justify-content: center;
    margin-top: 7rem;
}
.about_image_and_text{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_image{
    width: 40%;
    padding: 2rem;
    border: 1px solid black;
    display: flex;
    align-items: center;

}
.maria_image{
    width: 100%;
}
.about_des_text{
    width: 55%;
    margin-left: 4rem;
}
.about_des_part_two{
    padding-top: 2rem;
}
.about_des_tree{
    width: 100%;
    padding-top: 2rem;
}






@media screen and (max-width: 1600px){
    .about_section {
        margin-left: 5rem;
    }
    .about_image_and_text {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}




@media screen and (max-width: 1440px){
    .about_section {
        margin-left: 10rem;
    }
    .about_image_and_text {
        width: 72%;
    }
}



@media screen and (max-width: 1220px){
    .about_section {
        margin-left: 10rem;
    }
    .about_image_and_text {
        width: 72%;
    }
}


@media screen and (max-width: 1125px){
    .about_image {
        width: 50%;
    }
    .about_des_text {
        width: 50%;
        margin-left: 2rem;
    }
    .about_section {
        margin-left: 11rem;
    }
    .about_image {
        width: 45%;
    }
}




@media screen and (max-width: 1024px){
    .about_image {
        width: 50%;
    }
    .about_section {
        margin-left: 8rem;
    }
    .about_image_and_text {
        width: 75%;
        justify-content: center;
    }
    .about_des_text {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
}





@media screen and (max-width: 768px){
    .about_section {
        margin-left: 0;
        width: 100%;
        margin-top: 0rem;
    }
    .about_image_and_text {
        width: 75%;
        align-items: center;
        flex-direction: column;
    }
}



@media screen and (max-width: 570px){
    .about_image {
        width: 55%;
    }
    .about_image_and_text {
        width: 85%;
        align-items: center;
        flex-direction: column;
    }
}